home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / iterat31.zip / CSCSEC.FRM < prev    next >
Text File  |  1993-09-09  |  191b  |  23 lines

  1.  
  2. ;Iterate! formula file
  3. ;by Brent Hugh
  4.  
  5. ;parameter and window defaults
  6. a=.5
  7. b=.5
  8. c=1
  9. d=1
  10. mu=0
  11. xmin=-20
  12. xmax=20
  13. ymin=-20
  14. ymax=20
  15.  
  16. x=c*x+a*csc(y)
  17. y=d*y+b*sec(x)
  18.  
  19.  
  20.  
  21.  
  22.  
  23.